Articles Search Results

  1. About Azure Key Vault You probably have a website that is pulling a password that is stored in AZURE Key Vault. The code is working fine on your local PC but it would not work after you deploy the application to our server. To resolve this issue, please check the di... Read More
  2. How to Solve the error: "405 - HTTP verb used to access this page is not allowed"? This applies to anyone who uses REST service using ASP.NET Web API. When you try to send HttpDelete and HttpPut Request, you can occassionally see this error message: 405 - HTTP verb used to access this page is not allowed To resolve this issu... Read More
  3. How to Deploy and host .Net Core 2 and Angular 6 app Normally, you will have two separate projects, i.e. one for .NET Core Web API 2.0 and the other one is Angular 6. On our Windows environment, you will find a root folder called httpdocs.  Problem:  If you simply deploy the&nb... Read More
  4. I am unable to renew my Let’s Encrypt SSL Once your Let's Encrypt SSL has expired, you will then try to renew it via our Control Panel. However, occasionally, the server can return an error, making you unable to renew the SSL The solution to this is to put a web.config file in .we... Read More
  5. How to solve the Let’s Encrypt SSL on ASP.NET Core Problem: Let's Encrypt SSL fails to work even it has been activated on the Control Panel Solution:  This solution applies to ASP.NET Core application with MVC The problem is that Let's Encrypt SSL targets a folder .well-know inside th... Read More
  6. HTTP Error 502.5 - Process Failure error message when publishing an ASP.NET Core Website On some occassions, when you try to deploy an ASP.NET Core website to our server, you can see the following error message: HTTP Error 502.5 - Process Failure Common causes of this issue: The application process failed to start The applicati... Read More
  7. How about the performance and reliability on a cloud server? With a cloud server, each of the customer's websites is placed on a separate, exclusive dedicated application pool. When one site in one pool is down, the sites in other pool is not down. Additionally, by giving a separate pool to a separate web... Read More
  8. Issue with Storing Session Sometimes, the session on your website can expire earlier than you expect. The followings are the steps you need to check: 1. In .Net, you cannot use authentication without session. The session ID can be transmitted with client either in a cookie,... Read More
  9. My application pool stops working. What is wrong with my site? Sometimes, you will notice that your website's application pool is halted automatically by the IIS. If this happens, there are few causes: 1. Something is not right with your website's coding. For the details of the error message, you can ... Read More
  10. What are the steps to publish my ASP.NET project to the server? The followings are the guidelines to publish your project properly to our server 1. Please open your project with Visual Studio tool 2. On the Solution Explorer windows (which is normally located on the top right hand corner of the VS tool), right... Read More
Displaying 1 to 10 out of 156 articles found First Page Previous Page Page 1 of 16 Next Page Last Page